home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_1243 / frame_244 / DoAction.as
Text File  |  2001-12-02  |  493b  |  24 lines

  1. call("/:hide");
  2. _root.harm.gotoAndStop("talk");
  3. if(_root.english == 1)
  4. {
  5.    if(random(2) == 0)
  6.    {
  7.       s1 = "No use for me. My accordeon and basket are enough...";
  8.    }
  9.    else
  10.    {
  11.       s1 = "What\'s that for? There are dozens like this in the dump";
  12.    }
  13. }
  14. else if(random(2) == 0)
  15. {
  16.    s1 = "Co bych s t∩┐╜m d∩┐╜lal? J∩┐╜ m∩┐╜m svou harmoniku a ko∩┐╜...";
  17. }
  18. else
  19. {
  20.    s1 = "K ∩┐╜emu ten kr∩┐╜m, toho najdu na sme∩┐╜∩┐╜ku spoustu";
  21. }
  22. _root.harmkecy = s1;
  23. wait = 0;
  24.